SshServerProcess handles and manipulates the SSH service.
More...
SshServerProcess handles and manipulates the SSH service.
◆ getAuthTimeout()
| int SshServerProcess::getAuthTimeout |
( |
| ) |
|
Returns the authentication timeout.
- Parameters
-
| int,the | authentication timeout. |
◆ getRetryAmount()
| int SshServerProcess::getRetryAmount |
( |
| ) |
|
Returns the retry amount.
- Returns
- int, the retry amount.
◆ getVersion()
| Ssh::SshVersion SshServerProcess::getVersion |
( |
| ) |
|
Returns the SSH version.
- Returns
- enum<Ssh::SshVersion>, the SSH version. SSH versions: shVerDefault = 0, sshVerOne = 1, sshVerTwo = 2
◆ isUsernameReceived()
| bool SshServerProcess::isUsernameReceived |
( |
| ) |
|
Returns true if the username is received, otherwise false.
- Returns
- bool, true if the username is received, otherwise false.
◆ setAuthTimeout()
| void SshServerProcess::setAuthTimeout |
( |
int |
| ) |
|
Sets the authentication timeout.
- Parameters
-
| sec,the | authentication timeout. |
◆ setRetryAmount()
| void SshServerProcess::setRetryAmount |
( |
int |
| ) |
|
Sets the retry amount.
- Parameters
-
◆ setVersion()
| void SshServerProcess::setVersion |
( |
Ssh::SshVersion |
| ) |
|
Sets the SSH version.
- Parameters
-
| version,the | SSH version. SSH versions: shVerDefault = 0, sshVerOne = 1, sshVerTwo = 2 |
◆ usernameReceived()
| void SshServerProcess::usernameReceived |
( |
bool |
| ) |
|
Sets the username as received or not received.
- Parameters
-
| usernameReceived,true | for received, false for not received. |
The documentation for this class was generated from the following file: